/-app
/-docs ...
/-docs/types ...
/-docs/types/text ...
/-docs/types/text/scrollerView ...
ScrollerModel.ts
ScrollerView.html
style.css
CodeMirror-ext.css
CodeMirrorDocHandler.ts
api.ts
load.ts
api.ts
listSubmodules.ts
load.ts
DocHost.ts
/-files
/-imports
/-persistence
/-typings
errors.js
functions.ts
index.html
try.js
x
1
<div style="position: absolute">
2
  <div style="position: relative; z-index: 400; border: solid 1px red; width: 2em; margin: -2px; background: gold;"
3
     data-bind="style: { top: viewportFrom, height: viewportHeight }, click: function() { alert(viewportFrom()+' '+viewportHeight()) }">
4
  </div>
5
</div>
6
​
7
<!-- ko foreach: lines -->
8
<div
9
   class=teapo-scroller-line
10
   data-bind="style: { width: lineWidth, height: $parent.lineHeight }"></div>
11
​
12
<!-- /ko -->
35:0